(nroff-mode): Don't leave nroff-electric-mode void.
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 May 1993 22:17:29 +0000 (22:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 May 1993 22:17:29 +0000 (22:17 +0000)
lisp/textmodes/nroff-mode.el

index 273e8ee201b5734116485473e9ff3666db6b8ecb..78c6a10f31c0be1d65aff8a2489afc41e10ca482 100644 (file)
@@ -61,6 +61,7 @@ closing requests for requests that are used in matched pairs."
   (set-syntax-table text-mode-syntax-table)
   (setq local-abbrev-table nroff-mode-abbrev-table)
   (make-local-variable 'nroff-electric-mode)
+  (setq nroff-electric-mode nil)
   ;; now define a bunch of variables for use by commands in this mode
   (make-local-variable 'page-delimiter)
   (setq page-delimiter "^\\.\\(bp\\|SK\\|OP\\)")